home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / dtadmo / readme.txt < prev    next >
Text File  |  1994-10-15  |  658b  |  15 lines

  1. unzip the files to a separate scratch directory. from vb, load
  2. project1 and run it.
  3. the project shows a simple example of how to create a database,
  4. how to add tables and indexes, how to add data, and how to 
  5. set up the data control. the code is commented.
  6. click the buttons on form 1 in order to see the thing
  7. work as intended. click the buttons out of order and
  8. try deleting and then remaking the database in a 
  9. different order to see the various error messages
  10. displayed and trapped.
  11. this program requires vb3.0 professional.
  12. please note the copyright notice in the declarations
  13. section of module1.bas.
  14. thanks and hope you find this helpful.
  15.